WWTC Logo

Worldwide Tech Connections - API Documentation (v2.0)

Overview

The WWTC Language API enables seamless integration of real-time multilingual communication capabilities including:

Authentication

All requests must include the following header:

api-authorization: YOUR_API_KEY

Endpoints

1. Get Supported Languages

GET https://core.worldwidetechconnections.com/languages

Headers:

accept: application/json
api-authorization: YOUR_API_KEY

Example Response:

[
  {
    "languageCode": "french-france",
    "languageName": "French (France)",
    "serviceCode": "sts"
  }
]

2. STS Translation (Speech -> Text -> Speech)

POST /services/{serviceCode}/{sourceLanguageCode}/{targetLanguageCode}

Example URL:

https://api.worldwidetechconnections.com/services/sts/spanish-international/french-france

Headers:

Content-Type: audio/wav
accept: application/json
api-authorization: YOUR_API_KEY

Request Body: Binary WAV file (16kHz)

3. Text-to-Speech (TTS)

POST /services/tts/{sourceLanguageCode}/{targetLanguageCode}?text=Hello there&serviceCode=sts

Audio Requirements

Contact

Parra (CTO)
support@worldwidetechconnections.com
+57 320 238 6132